3.4 \(\int \frac{\cos (x)}{i+\cot (x)} \, dx\)

Optimal. Leaf size=19 \[ -\frac{1}{3} \cos ^3(x)-\frac{1}{3} i \sin ^3(x) \]

[Out]

-Cos[x]^3/3 - (I/3)*Sin[x]^3

________________________________________________________________________________________

Rubi [A]  time = 0.100203, antiderivative size = 19, normalized size of antiderivative = 1., number of steps used = 8, number of rules used = 6, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.546, Rules used = {3518, 3108, 3107, 2565, 30, 2564} \[ -\frac{1}{3} \cos ^3(x)-\frac{1}{3} i \sin ^3(x) \]

Antiderivative was successfully verified.

[In]

Int[Cos[x]/(I + Cot[x]),x]

[Out]

-Cos[x]^3/3 - (I/3)*Sin[x]^3

Rule 3518

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Int[(Sin[e + f*x]
^m*(a*Cos[e + f*x] + b*Sin[e + f*x])^n)/Cos[e + f*x]^n, x] /; FreeQ[{a, b, e, f}, x] && IntegerQ[(m - 1)/2] &&
 ILtQ[n, 0] && ((LtQ[m, 5] && GtQ[n, -4]) || (EqQ[m, 5] && EqQ[n, -1]))

Rule 3108

Int[cos[(c_.) + (d_.)*(x_)]^(m_.)*sin[(c_.) + (d_.)*(x_)]^(n_.)*(cos[(c_.) + (d_.)*(x_)]*(a_.) + (b_.)*sin[(c_
.) + (d_.)*(x_)])^(p_), x_Symbol] :> Dist[a^p*b^p, Int[(Cos[c + d*x]^m*Sin[c + d*x]^n)/(b*Cos[c + d*x] + a*Sin
[c + d*x])^p, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && EqQ[a^2 + b^2, 0] && ILtQ[p, 0]

Rule 3107

Int[cos[(c_.) + (d_.)*(x_)]^(m_.)*sin[(c_.) + (d_.)*(x_)]^(n_.)*(cos[(c_.) + (d_.)*(x_)]*(a_.) + (b_.)*sin[(c_
.) + (d_.)*(x_)])^(p_.), x_Symbol] :> Int[ExpandTrig[cos[c + d*x]^m*sin[c + d*x]^n*(a*cos[c + d*x] + b*sin[c +
 d*x])^p, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && IGtQ[p, 0]

Rule 2565

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_.)*sin[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[(a*f)^(-1), Subst[
Int[x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Cos[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2]
 &&  !(IntegerQ[(m - 1)/2] && GtQ[m, 0] && LeQ[m, n])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 2564

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rubi steps

\begin{align*} \int \frac{\cos (x)}{i+\cot (x)} \, dx &=-\int \frac{\cos (x) \sin (x)}{-\cos (x)-i \sin (x)} \, dx\\ &=i \int \cos (x) (-i \cos (x)-\sin (x)) \sin (x) \, dx\\ &=i \int \left (-i \cos ^2(x) \sin (x)-\cos (x) \sin ^2(x)\right ) \, dx\\ &=-\left (i \int \cos (x) \sin ^2(x) \, dx\right )+\int \cos ^2(x) \sin (x) \, dx\\ &=-\left (i \operatorname{Subst}\left (\int x^2 \, dx,x,\sin (x)\right )\right )-\operatorname{Subst}\left (\int x^2 \, dx,x,\cos (x)\right )\\ &=-\frac{1}{3} \cos ^3(x)-\frac{1}{3} i \sin ^3(x)\\ \end{align*}

Mathematica [A]  time = 0.0129601, size = 19, normalized size = 1. \[ \frac{1}{3} \left (-\cos ^3(x)-i \sin ^3(x)\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]/(I + Cot[x]),x]

[Out]

(-Cos[x]^3 - I*Sin[x]^3)/3

________________________________________________________________________________________

Maple [B]  time = 0.041, size = 49, normalized size = 2.6 \begin{align*}{-{\frac{i}{2}} \left ( \tan \left ({\frac{x}{2}} \right ) +i \right ) ^{-1}}+{{\frac{i}{2}} \left ( \tan \left ({\frac{x}{2}} \right ) -i \right ) ^{-1}}-{{\frac{2\,i}{3}} \left ( \tan \left ({\frac{x}{2}} \right ) -i \right ) ^{-3}}- \left ( \tan \left ({\frac{x}{2}} \right ) -i \right ) ^{-2} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)/(I+cot(x)),x)

[Out]

-1/2*I/(tan(1/2*x)+I)+1/2*I/(tan(1/2*x)-I)-2/3*I/(tan(1/2*x)-I)^3-1/(tan(1/2*x)-I)^2

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(I+cot(x)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [A]  time = 1.58872, size = 89, normalized size = 4.68 \begin{align*} -\frac{1}{12} \,{\left (3 \,{\left (e^{\left (2 i \, x\right )} - 1\right )} e^{\left (2 i \, x\right )} + 3 \, e^{\left (2 i \, x\right )} + 1\right )} e^{\left (-3 i \, x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(I+cot(x)),x, algorithm="fricas")

[Out]

-1/12*(3*(e^(2*I*x) - 1)*e^(2*I*x) + 3*e^(2*I*x) + 1)*e^(-3*I*x)

________________________________________________________________________________________

Sympy [A]  time = 0.679012, size = 17, normalized size = 0.89 \begin{align*} - \frac{e^{i x}}{4} - \frac{e^{- 3 i x}}{12} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(I+cot(x)),x)

[Out]

-exp(I*x)/4 - exp(-3*I*x)/12

________________________________________________________________________________________

Giac [B]  time = 1.23977, size = 42, normalized size = 2.21 \begin{align*} -\frac{i}{2 \,{\left (\tan \left (\frac{1}{2} \, x\right ) + i\right )}} - \frac{-3 i \, \tan \left (\frac{1}{2} \, x\right )^{2} + i}{6 \,{\left (\tan \left (\frac{1}{2} \, x\right ) - i\right )}^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)/(I+cot(x)),x, algorithm="giac")

[Out]

-1/2*I/(tan(1/2*x) + I) - 1/6*(-3*I*tan(1/2*x)^2 + I)/(tan(1/2*x) - I)^3